home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Asm / AB3DIIsrc / add / test.s < prev    next >
Encoding:
Text File  |  1980-11-05  |  245 b   |  18 lines

  1.  
  2.     incdir include:
  3.     include exec/execbase.i
  4.  
  5.  
  6. DataCacheOff
  7.     move.l    4.w,a6
  8.     moveq    #0,d0
  9.     move.l    #%0000000100000000,d1
  10.     jsr    _LVOCacheControl(a6)
  11.     rts
  12.  
  13. DataCacheOn
  14.     move.l    4.w,a6
  15.     moveq    #-1,d0
  16.     move.l    #%0000000100000000,d1
  17.     jsr    _LVOCacheControl(a6)
  18.